+2007-06-15 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/Makefile.am: Don't install gtkbuilderprivate.h
+
+ * gtk/gtk.h: Include gtkbuilder.h
+
+ * NEWS: Updates
+
2007-06-15 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c (gtk_builder_add_from_file):
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
+* GtkBuilder: GTK+ supports constructing user interfaces
+ from XML descriptions now, similar to libglade.
+
+* The new tooltip code now has convenience api to set
+ text tooltips: gtk_widget_set_tooltip_text(),
+ gtk_widget_set_tooltip_markup()
+
* GtkTextView, GtkEntry:
- - gtk_widget_modify_cursor() is a new function in the gtk_widget_modify
- family to override the style-provided cursor color
+ - gtk_widget_modify_cursor() is a new function in the
+ gtk_widget_modify family to override the style-provided
+ cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
* GtkMenu:
- GtkMenuItem gained a submenu property
+ - GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
158008 Stock button for Dont Save, Discard Changes, Do Not Save
334576 GtkCellRendererProgress ignores xalign attribute
344836 Add orientation property to CellRendererProgress
+ 172535 Add support for UI builders in gtk+
+ 446833 gtk_menu_shell_move_selected should be a vcall
+ 447586 gtknotebook.c: decreasing unknown size pointer
* Updated translations
Spanish (es)
#include <gtk/gtkbindings.h>
#include <gtk/gtkbox.h>
#include <gtk/gtkbuildable.h>
+#include <gtk/gtkbuilder.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtkcalendar.h>
#include <gtk/gtkcelllayout.h>